home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / comms / mosiac / mosaic_1.2_as225r2 / docs / amitcp-21.html < prev    next >
Text File  |  1978-06-29  |  10KB  |  239 lines

  1. <XMP>
  2. From: zerkle@toadflax.cs.ucdavis.edu (Dan Zerkle)
  3. Subject: AmiTCP/IP 2.1 available for FTP
  4. Followup-To: comp.sys.amiga.datacomm
  5. Sender: ppessi@snakemail.hut.fi (Pekka Pessi)
  6. Reply-To: amitcp-group@hut.fi
  7. Organization: AmiTCP/IP Group
  8. Date: Wed, 3 Nov 1993 22:54:33 GMT
  9. Approved: zerkle@cs.ucdavis.edu
  10. Lines: 221
  11. </XMP>
  12.  
  13.  <PRE>
  14.  
  15. TITLE
  16.     AmiTCP/IP - TCP/IP protocol stack for Amiga
  17.  
  18. VERSION
  19.     Release 2.1
  20.  
  21. NEW FEATURES
  22.     * Inet-handler:
  23.         - With Inet-Handler you can use AmigaDOS IO to access TCP protocol
  24.     * finger: 
  25.     - New application, prints information about local and remote users
  26.     * fingerd:
  27.     - Calls now finger when asked for local users. (This feature requires
  28.       Apipe-handler by Per Bojsen, Apipe-handler can be found e.g. on Fish
  29.       disk 783)
  30.     * ls:
  31.     - New application, an imitation of Unix directory lister.  Supports
  32.       multiuser filesystems. Included as an example of user and group
  33.       database usage
  34.     * Napsaterm:
  35.     - Default window title is now the name of the remote host
  36.     - A public screen can be used with -S switch (thanks trossi!)
  37.     * SynClock:
  38.     - A simple script which synchronize clock in Amiga with
  39.       specified host in network
  40.     * AmiTCP:
  41.     - A timestamp is added to the log messages
  42.     - Faster checksum calculation implemented in assembler
  43.     * netlib: 
  44.     - User and group database handling routines are added to the
  45.       net.lib. Release includes example databases for `ls' and `finger'
  46.       utilities, which use these databases
  47.     - A real gettimeofday() using locale is also added
  48.  
  49. AUTHORS
  50.     The AmiTCP/IP Programming Project Group in Helsinki University of
  51.     Technology, referred further on as AmiTCP/IP Group:
  52.  
  53.     Tomi Ollila    <Tomi.Ollila@cs.hut.fi>
  54.     Pekka Pessi    <Pekka.Pessi@hut.fi>
  55.     Markus Peuhkuri    <Markus.Peuhkuri@hut.fi>
  56.     Jarno Rajahalme    <Jarno.Rajahalme@hut.fi>
  57.  
  58.     E-mail address for the group is <amitcp-group@hut.fi>.
  59.  
  60. DESCRIPTION
  61.     AmiTCP/IP is the first publicly available TCP/IP protocol stack for
  62.     the SANA-II interface. AmiTCP/IP provides an application level socket
  63.     interface to the Internet protocols as an Amiga shared library.
  64.  
  65.     The Internet protocol suite, commonly known as TCP/IP, consists of
  66.     user level protocols TCP and UDP which use IP as the network level
  67.     protocol.  There is a wide variety of different network applications
  68.     and services using TCP/IP protocols. The BSD compatible socket
  69.     interface to Internet protocols makes it possible to port existing
  70.     applications with minor modifications.
  71.  
  72.     AmiTCP/IP connects to the network via SANA-II compatible device
  73.     drivers. SANA-II is a hardware and protocol independent network
  74.     adapter interface specification published by Commodore. Several
  75.     network adapter manufactures have made available SANA-II device
  76.     drivers for their hardware. Currently there are SANA-II drivers
  77.     available at least for Ethernet, Arcnet and serial line interfaces.
  78.     So you can connect to Internet with Ethernet LAN, or via modem line
  79.     with Serial line IP (SLIP) optionally with compressed headers (CSLIP).
  80.  
  81.     A typical application is to use (C)SLIP to connect to the Internet and
  82.     have multiple connections simultaneously. You can read your e-mail and
  83.     news, transfer files and have multiple terminal sessions at the same
  84.     time over one modem line.
  85.  
  86. FEATURES    
  87.     1. Standard SANA-II network device driver interface.
  88.     2. BSD-compatible socket interface as a Amiga shared library.
  89.     3. ARexx port for configuration and statistics.
  90.     4. Over 200 pages of documentation including:
  91.         - Installation and configuration
  92.         - ARexx port commands
  93.         - Programmer's manual based on the BSD IPC manual. This
  94.           is a fairly complete tutorial for developing powerful
  95.           client/server applications
  96.         - Internal description of the implementation
  97.         - Utility and API function reference guide in AutoDoc form.
  98.     5. Basic applications with source included.
  99.     6. Based on the BSD Net/2 release.
  100.     7. Full source code included.
  101.  
  102.     While all Internet services and applications (telnet, ftp, news,
  103.     mail) are possible with AmiTCP/IP, many applications are still under
  104.     development by us and others. Current release of the AmiTCP/IP
  105.     contains following applications:
  106.  
  107.     * Telnet - standard program to log on other systems **
  108.     * Ftp - standard program to transfer files between systems **
  109.     * Finger - prints information about local and remote users
  110.     * ls - Directory lister with user and group information
  111.     * Napsaterm - a VT100 terminal emulator using remote login protocol
  112.     * NcFTP - an alternative interface to FTP protocol %%
  113.     * NetFS - a Amiga specific network filesystem  ##
  114.     * TCP - networking support for GNU Emacs. With TCP you can use any
  115.       elisp-based networking applications (Gnus, Gopher, Irchat etc.)
  116.     * FingerD - a Finger daemon which prints user information or a banner
  117.       file
  118.     * QWriter - an application to test and benchmark network
  119.  
  120.     Following network utilities are also available:
  121.  
  122.     * arp - tool to handle ARP hardware address translation tables
  123.     * ifconfig - tool to control network interface parameters
  124.     * inetd - Internet super server, which starts other services when
  125.       needed and provides some simple services by itself
  126.     * letnet - a simple filter for connecting to TCP based services.
  127.       Suitable for scripts and testing
  128.     * netstat - a ARexx script to get statistical information from
  129.       networking
  130.     * ping - utility to test network connectivity 
  131.     * route - tool to display and manipulate routing tables
  132.     * online/offline - utilities to control SANA-II device drivers
  133.  
  134.     **) Telnet and FTP are ported by Mark Tomlinson and Goeff McCaughan
  135.     %%) NcFTP is ported by Carsten Heyl 
  136.     ##) NetFS is authored by Timo Rossi
  137.  
  138. SPECIAL REQUIREMENTS
  139.     AmiTCP/IP can be run from floppy and with one megabyte of memory,
  140.     but as usual, a hard disk and more memory makes your life easier.
  141.  
  142.     Amiga OS release 2.04 or newer is required.
  143.  
  144.     SANA-II device driver is needed for your network adapter. A test
  145.     device driver, agnet.device, is included with sources. Also the
  146.     freely distributable Commodore A2060 (Arcnet), A2065 (Ethernet),
  147.     SLIP and CSLIP drivers are included. The rhslip.device and
  148.     rhcslip.device are derived from Commodore drivers but contain bug
  149.     fixes made by Olaf Seibert.
  150.  
  151.     LHA or lx utility is required to unarchive distribution archives.
  152.  
  153.     Most of the source files has been compiled with GNU C 2.3 and SAS C
  154.     6.3. Some utilities and libraries are compiled only with SAS C 6.3.
  155.     However, only the executable files compiled with SAS C are tested.
  156.     Also, the DICE C support is untested.
  157.  
  158. AVAILABILITY 
  159.      AmiTCP/IP software has been uploaded to the Aminet. It should be
  160.     shortly available at the following Aminet hosts:
  161.  
  162.     Switzerland  litamiga.epfl.ch      (128.178.151.32)
  163.     Scandinavia  ftp.luth.se           (130.240.16.3)
  164.     Germany      ftp.uni-kl.de         (131.246.9.95) 
  165.     Germany      ftp.uni-erlangen.de   (131.188.1.43) 
  166.     Germany      ftp.cs.tu-berlin.de   (130.149.17.7) 
  167.     Germany      ftp.th-darmstadt.de   (130.83.55.75) 
  168.     Germany      ftp.uni-paderborn.de  (131.234.2.32) 
  169.     USA          ftp.etsu.edu          (192.43.199.20) 
  170.     USA          ftp.wustl.edu         (128.252.135.4)
  171.     Australia    splat.aarnet.edu.au   (192.107.107.6)
  172.     UK           src.doc.ic.ac.uk      (146.169.2.1)
  173.  
  174.     For the convenience of Finnish users, AmiTCP/IP is also uploaded to
  175.     the ftp.funet.fi.
  176.  
  177.     The latest version of AmiTCP/IP is located in kampi.hut.fi. This
  178.     archive is not meant for massive downloading. Major new versions
  179.     will be announced and distributed to other archives, too.
  180.  
  181. DIRECTORY
  182.     In Aminet: pub/aminet/comm/net
  183.     ftp.funet.fi: pub/amiga/datacomm/tcpip
  184.     kampi.hut.fi: AmiTCP
  185.  
  186. FILE NAMES
  187.     AmiTCP/IP revision 2.1 is distributed in following archives:
  188.     AmiTCP-bin-21.lha    AmiTCP/IP binaries
  189.     AmiTCP-api-21.lha    Include files and link libraries
  190.     AmiTCP-src-21.lha    Source for AmiTCP/IP
  191.  
  192.     If you just want to use AmiTCP/IP you need only archive
  193.     AmiTCP-bin-21.lha containing also the basic documentation.  You can
  194.     upgrade from AmiTCP 2.0 to AmiTCP 2.1 with archive AmiTCP-bin-21.lha. 
  195.     Unarchive it to your work directory, then click Install_AmiTCP. 
  196.     Installation script copies your old configuration to use with 
  197.     AmiTCP/IP 2.1.
  198.                                                                                
  199.     The separate documentation archives are not changed from release
  200.     2.0. The full System manual is available in text, PostScript and
  201.     DVI formats. PostScript and DVI documents are formatted for A4 and
  202.     "Letter" page sizes, PostScript fonts have 300 dpi resolution.
  203.     Normally you need only one version suitable to your printer. Full
  204.     documentation includes Programmer's Manual and Implementation
  205.     Notes.
  206.  
  207.     Archive name contains the release number, for instance archive
  208.     AmiTCP-bin-21.lha contains release 2.1.
  209.  
  210.       To develop your own applications or AmiTCP/IP you need
  211.     AmiTCP-api-21.lha. It contains include files and link libraries. Full
  212.     source for AmiTCP/IP and most of the applications are in the archive
  213.     AmiTCP-src-21.lha.
  214.  
  215. PRICE AND DISTRIBUTION
  216.     AmiTCP/IP is distributed for free under GNU General Public License
  217.     Version 2.
  218.  
  219. PLEASE NOTE
  220.     The release 2.1 of AmiTCP contains some improvements and bug fixes
  221.     over previous releases. It is compatible with release 2 at binary
  222.     level. It is uncompatible with first release at binary level.
  223.  
  224. HOW TO CONTACT AUTHORS
  225.     E-mail address for the group: <amitcp-group@hut.fi>
  226.  
  227.     Bug reports and fixes: <amitcp-bug@hut.fi>
  228.  
  229.     Developer and announce list <amitcp@hut.fi>
  230.     Subscription: <amitcp-request@hut.fi>
  231.  
  232. --
  233. Read all administrative posts before putting your post up.  Mailing
  234. list: announce-request@cs.ucdavis.edu.  Comments to zerkle@cs.ucdavis.edu.
  235. MAIL ALL COMP.SYS.AMIGA.ANNOUNCE ANNOUNCEMENTS TO announce@cs.ucdavis.edu.
  236.  
  237.  
  238. </PRE>
  239.